home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / libraries / mui20dev.lha / MUI / Developer / Modula / README < prev    next >
Text File  |  1994-02-10  |  3KB  |  68 lines

  1. Modula-Interface for MUI 2.0
  2.  
  3. MUI (C) 1993/94 by Stefan Stuntz
  4.  
  5. Modula Interface done by Christian "Kochtopf" Scholz (freeware)
  6. New Version 9.2.1994
  7.  
  8. Here are the files you need to write MUI-Programs with M2Amiga.
  9. I have also converted some of the Macros defined in mui.h
  10. In this version there are also some macros of my own, so look at MuiMacros!!
  11.  
  12. Description of the files :
  13.  
  14.     MuiD.def        : Definitions of MethodIDs, AttributeIDs, etc.
  15.     MuiD.mod        : Some additional PROCEDUREs for some #define's in mui.h
  16.     MuiL.def        : The interface for muimaster.library
  17.     MuiSupport.def  : Additional PROCEDUREs like DoMethod or fail.
  18.     MuiSupport.mod  : The implementation of these PROCEDUREs.
  19.     MuiMacros.def   : Some Macros converted from mui.h
  20.     MuiMacros.mod   : The implementation of these.
  21.     MuiClasses.def  : some things you need to write own classes
  22.     MuiTest.mod     : A sample Module showing how to use the interface.
  23.     ListDemo.mod    : A sample Listview programm showing an DisplayHook!
  24.  
  25.     In this version you have to compile the interface yourself.
  26.     For this can you use the CompilerScript. It will compile the
  27.     interface and copy the files to m2:modules/sym|obj.
  28.  
  29.  
  30. The History :
  31.  
  32. 22.10.1993 MuiSupport : changed fail-PROCEDURE, that it makes no use of
  33.                         Terminal, but now uses Arts.Requester.
  34.            MuiMacros  : Added macros AddMember, DelMember, MakeHook,
  35.                         MakeID, PopUp
  36. 26.10.1993 supplied CompilerScript
  37. 9.2.1994   MuiD       : Updates to 1.5 (Popasl, Popstring, PopObject... )
  38.                         added mPaletteEntry, mScrmodelist.
  39.            MuiL       : Updates to 1.5 (Custom Class Functions)
  40.                         changed return-value of mAslRequest to BOOLEAN 
  41.                                                 (thanx to Thilo Stoeferle)
  42.                         provided muiMasterVersion, etc. like System-Defs.
  43.            MuiSupport : fail will set app to NIL, now VAR-parameter 
  44.                         (so you can use it in a CLOSE-Routine)
  45.                                                 (thanx to Martin Koyro)
  46.            MuiMacros  : now it supports StrPtr instead of ARRAY OF CHAR.
  47.                         set the symbol Locale to TRUE to get it. (defaults to FALSE)
  48.                         added some macros by Martin Koyro (KeyRadio, (Key)Cycle, (Key)Slider)
  49.            MuiClasses : new Module which implements things to write own classes.
  50.            ComboBox   : removed - use PopObject for a Popup-List.
  51.            ListDemo   : New Demo to show how to do lists.
  52.  
  53.  
  54.  
  55. Note :
  56.  
  57. Again the new features are not really tested, because i had not so much
  58. time for it to do. So again, please contact me if you have suggestions
  59. what to do better :-)
  60.  
  61.  
  62. My email-address :
  63.  
  64.     ruebe@pool.informatik.rwth-aachen.de
  65.  
  66.  
  67. Have fun, Kochtopf
  68.